Learn how Algolia supports the different languages from all over the world.
keepDiacriticsOnCharacters
index settingremoveStopWords
or ignorePlurals
parameters without setting an index’s language will ignore the wrong plurals and remove the wrong stop words. It’s, therefore, essential to set the query languages of all your indices.typoTolerance
is enabled (set to true
, min
, or strict
). For example:
advancedSyntax
parameter lets you turn off typo tolerance on specific words in a query by using double quotes. For example, the query “foot problems” is typo tolerant on both query words, while “foot” problems” is only typo tolerant on “problems”.
This parameter also disables prefix searching on words inside the double quotes.